home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / bibnt251.zip / REVISION.HST < prev   
Text File  |  1992-09-01  |  6KB  |  152 lines

  1.                   REVISION HISTORY of BIBL/NET
  2.  
  3. 2.51  Fixed incomplete implementation of label changing
  4.       via a DBL file. Now search menu and export menu
  5.       reflect changes made in a DBL file.
  6.  
  7. 2.50  Improved searching algorithm for non-indexed searches.
  8.  
  9.      Major reworking of PUBLISHER, LOCATION, FULL and
  10.      BOOLEAN search function (all non-indexed searches).
  11.      Gone are the klunky "End of File Reached" messages
  12.      and the blinking 'wait' as BIBL searched...
  13.  
  14.      BIBL now runs through the entire database looking for
  15.      matches before showing you any matching records.  By
  16.      gathering all matches ahead of time, we've cut out the
  17.      long delays that often accompanied moving back and
  18.      forth between matches--BIBL no longer has to search
  19.      for each additional match, but 'knows' where all the
  20.      matching records are.  If your database has more than
  21.      a couple hundred records, you'll immediately
  22.      notice the improvement. Changing the search algorithm
  23.      also enabled the addition of a JUMP command to these
  24.      searches.  Once the set of matches has been
  25.      collected, you can JUMP from one match to any other,
  26.      if desired. Sequential movement through the matches
  27.      (Forward & Backward) is still supported.
  28.  
  29.      Another improvement here is the ability to
  30.      edit records that are a part of the matching
  31.      set...without having BIBL return you to the
  32.      search menu once the change has been filed!
  33.  
  34.      The one drawback to this new algorithm is that
  35.      BIBL must limit your match set to no more than
  36.      600 records.  If you conduct a search that
  37.      results in more than 600 matches, only the
  38.      first 600 will be shown. You'll receive a
  39.      "match limit exceeded for this search"
  40.      message...which indicates you should narrow
  41.      your search.
  42.  
  43.      This limit was imposed to keep from imposing
  44.      a serious RAM requirement on users who rely
  45.      more on indexed retrieval.
  46.  
  47.      BIBL now requires approximately that 462K of
  48.      RAM be free at the DOS prompt when BIBL
  49.      loads.
  50.  
  51.  
  52.  
  53.  
  54. 2.44  Registered version only:
  55.  
  56.       If your workstation has at least 320K of EMS memory
  57.       available, BIBL/NET will use it for in-memory
  58.       storage of index buffers.  If you have a large
  59.       database (1000+ records), using an EMS equipped
  60.       workstation to rebuild the index will show
  61.       very dramatic (100-200%) speed improvements.
  62.  
  63.       Registered and SHAREWARE:
  64.  
  65.       Improved handling of mouse. Double clicking on file names
  66.       now works as you'd expect.
  67.  
  68.       Improved variety of video supported.
  69.  
  70.       Minor changes throughout the program.
  71.  
  72.       Added memory check during loading of BIBL/NET. If you
  73.       don't have 63K of free RAM after the program loads
  74.       then BIBL/NET will halt with an appropriate error
  75.       message.
  76.  
  77.       If you workstation has EMS memory available, BIBL/NET
  78.       will now use it for index storage, leaving more RAM
  79.       free to the program.
  80.  
  81. 2.43  Minor internal change to facilitate testing. If you're
  82.       attached to a server, but not logged in, you can still
  83.       run BIBL/NET on your local harddisk..and enter your
  84.       user name. Previously (under 2.30 - 2.42) if you weren't
  85.       logged into the net, you could only access the program
  86.       in read-only (security level 0) mode.
  87.  
  88.       Improved support for label changes (didn't work exactly
  89.       as advertised in 2.42).
  90.  
  91. 2.42  Registered version:
  92.  
  93.       Added ability to change labels for fields in a database.
  94.  
  95.       Registered & Shareware:
  96.  
  97.       Added support for the VALUE field.
  98.  
  99. 2.41  Verify function during add/edit now checks subject
  100.       as well as descriptor.
  101.  
  102. 2.40  Rebuild Index function will now purge deleted records
  103.       if desired. Remember that if you'll soon be adding
  104.       records, there's no need to purge deleted records
  105.       (as BIBL/NET will reuse them before adding empty
  106.       records to your database).
  107.  
  108.       BIBL/NET status bar display changed a bit. Easier to see
  109.       if you're in a private or networked database from the
  110.       status bar.
  111.  
  112. 2.30 - BIBL/NET now picks up user name from NETWARE...so you
  113.        only see the password screen if your NOVELL login name
  114.        is in the BNETSEC database.  Simplifies sign-on for
  115.        validated users and speeds things up for the
  116.        general public (security level 0 users)
  117.  
  118.        Network information screen expanded.  Now reports
  119.        Capture status and your Netware connection number
  120.        along with a general redesign of the screen's layout
  121.  
  122.        Security level 0 users no longer receive unauthorized
  123.        function when trying to edit/delete/transfer or
  124.        save records.  Options are merely inactive.
  125.  
  126. 2.20 - FIX to shareware version. Registered version not affected
  127. 2.10 - Major improvement in speed of reindexing.
  128. 2.01 - Minor fix in handling of private databases. BIBL/NET
  129.        no longer hangs if user logs in and selects a private
  130.        database that was stored on a local workstation but
  131.        user is accessing system from another workstation
  132.        that does not contain the private (export) directory
  133.        recorded within the BIBL/NET security table.
  134. 2.00 - database structure changed to match single-user version
  135.        of BIBL. Note field expanded to 10 lines. New Add/Edit
  136.        data entry functions. Numerous tweaks to improve
  137.        performance and clean up minor quirks in earlier
  138.        releases. Descriptor field now supports 9 terms.
  139. 1.05 - fixed bug in index rebuild during a global change.
  140. 1.04 - fixed bibliography production so output will go to
  141.        user's private directory.
  142. 1.03 - changed systemwide status bar. BIBL/NET now reports
  143.        whether you're logged into a [P]rivate (personal)
  144.        or [N]etwork (public) database.
  145. 1.02 - added capability for personal databases for security level
  146.        3, 4 or 5 users.  Personal databases are stored in the
  147.        drive/subdirectory the user points BIBL to via the
  148.        User Export Directory variable in the security database.
  149.        A few tweaks in other areas of the program. Added
  150.        a few more installation instructions.
  151. 1.01 - Initial release.
  152.